Installing R on your System

Dr Deepak Varughese, MBBS, MD, PGDFM

Can I just download R and run it?

Technically Yes - but usually no.

R is a language that you need to install on your PC

It is usually combined with an Integrated Development Environment like RStudio

The IDE is used to compile and run the code.

Integrated Development Environment

An IDE is a tool that complies and runs the code you write. Modern IDEs can also have other features like File Browsing, Code Completion , debugging etc

The most commonly used IDE used with R is R Studio (from Posit)

RStudio

Positron

Hands-on : Installing R

https://posit.co/download/rstudio-desktop/

Hands-on : Installing R